libbase64-ocaml-dev software package provides Base64 encoding and decoding OCaml library (dev files), you can install in your Ubuntu 17.04 (Zesty Zapus) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install libbase64-ocaml-dev
libbase64-ocaml-dev is installed in your system.
Make ensure the libbase64-ocaml-dev package were installed using the commands given below,
$ sudo dpkg-query -l | grep libbase64-ocaml-dev *
You will get with libbase64-ocaml-dev package name, version, architecture and description in a table
| Distro | Ubuntu 17 04 zesty zapus |
| Section | Ocaml |
| Package | libbase64-ocaml-dev |
| Version | 2.0.0-1 |
| Description | Base64 encoding and decoding OCaml library (dev files) |
| Sub Section | Ocaml |